Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / Details Property


In This Topic
    Details Property
    In This Topic
    Gets a string value indicating the details information of executing action.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Details As String
    'Usage
     
    
    Dim instance As ActionResult(Of T)
    Dim value As String
     
    value = instance.Details
    public string Details {get;}

    Property Value

    The details information of executing action.
    See Also